AI037
C++ Primer, Fifth Edition
Introduction to C++ and Basic Input/Output
Learning Objectives
- Summarize the history and core features of the C++ language
- Configure a local development environment and compiler
- Construct, compile, and execute a standard 'Hello World' application
- Master the use of cin and cout for basic data stream handling